home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / pedhlp13.arc / GRAPHICS < prev    next >
Text File  |  1991-06-14  |  1KB  |  35 lines

  1.         ■ SETTING THE GRAPHICS DISPLAY
  2.  
  3.         If the program won't display graphics and prints the message
  4.         "fg_init() failed" then you will have to set an environment
  5.         variable to the name of your display type. To do this, before
  6.         you run PEDRAW type the following line:
  7.  
  8.         SET FG_DISPLAY=xxxx
  9.  
  10.         except instead of xxxx type one of the following:
  11.  
  12.         HERC
  13.         CGAHIRES
  14.         EGAECD
  15.         VGA11
  16.         VGA12
  17.         EGAMONO
  18.         EGACOLOR
  19.         TOSHIBA
  20.         8514A
  21.  
  22.         Which one you type depends on the kind of display you have which you
  23.         will have to determine from reading your computer manual or by
  24.         asking your supplier. So if you have a Hercules-compatible display
  25.         you would type:
  26.  
  27.         SET FG_DISPLAY=HERC
  28.  
  29.         and if you had a CGA display you would type:
  30.  
  31.         SET FG_DISPLAY=CGAHIRES
  32.  
  33.         and so on. You may want to put this line in your AUTOEXEC.BAT
  34.         file.
  35.